home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / PROGRAMMING / RINK010 / !ReadMe
Text File  |  1995-06-25  |  2KB  |  77 lines

  1.  
  2. rink v0.10
  3. (c) Ben Summers 1995
  4.  
  5.  
  6. rink is a run time linker. See the files in Docs for more information. Read
  7. Docs.!Overview after reading this file.
  8.  
  9.  
  10. The directories contain
  11.  
  12.     Library     The rink programs for copying into your Library directory
  13.     Docs        Documentation - how to use rink
  14.     Demo        A demo program
  15.     o           Contains the run time system object file
  16.     h           Contains the header file for the run time system
  17.  
  18.  
  19. Random bullet points
  20. ~~~~~~~~~~~~~~~~~~~~
  21.   * Efficient - almost no performance hit
  22.   * Simple - easy to use
  23.   * Small - only a small size overhead in the main program
  24.  
  25.  
  26. If you've used a previous pre-release version of rink
  27. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. The creation and use of pointer block maps has changed significantly since
  29. the last release. You will need to change all uses of rinkptr.
  30.  
  31.  
  32. Conditions of use
  33. ~~~~~~~~~~~~~~~~~
  34. You may distribute programs containing the rink run time system if you
  35. compily with certain conditions. The conditions depend on the status of your
  36. program.
  37.  
  38. Freeware: You may distribute freely. Please send me a copy!
  39.  
  40. Shareware: You may include the run time system if you send me a registered
  41. version of your program.
  42.  
  43. Commerical: By individual negotiation. Please contact me to discuss this.
  44.  
  45.  
  46. Conditions of distribution
  47. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. You may distribute this release freely as long as you do not alter any of
  49. it's contents and do not charge for it, apart from reasonable costs for
  50. media and handling.
  51.  
  52. You may include rink within a developement kit for add-on modules to your
  53. program as long as you include it in the form of an unaltered release, not
  54. intergated into your kit, and you do not charge for your development kit.
  55. Contact me if you do want to charge for it.
  56.  
  57.  
  58. Contact
  59. ~~~~~~~
  60. You can contact me as
  61.  
  62.     Ben Summers
  63.     1 St Clements Hill
  64.     Norwich
  65.     NR3 4DE
  66.  
  67. email: ben@cconcepts.co.uk
  68.        (or try bsummers@cix.compulink.co.uk, but only if you get no reply)
  69.  
  70. Email is prefered. The first address should get to me wherever I happen to
  71. be.
  72.  
  73.  
  74. Disclaimer: I make no guarantte or warrenty regarding rink. rink has nothing
  75. to do with my current employer, Computer Concepts Ltd.
  76.  
  77.